Uses of Interface
org.eclipse.vtp.framework.core.IReporter

Packages that use IReporter
org.eclipse.vtp.framework.core   
org.eclipse.vtp.framework.engine.http   
org.eclipse.vtp.framework.engine.osgi   
org.eclipse.vtp.framework.engine.runtime   
org.eclipse.vtp.framework.engine.support   
 

Uses of IReporter in org.eclipse.vtp.framework.core
 

Subinterfaces of IReporter in org.eclipse.vtp.framework.core
 interface IActionContext
          A service available to services at the action scope.
 interface IContext
          A registry of service objects indexed by identifier.
 interface IExecutionContext
          A service available to all services at the execution or action scope.
 interface ILogger
          An interface to use for common logging purposes.
 interface IProcessContext
          A service available to all services at any scope.
 interface ISessionContext
          A service available to all services at any scope except the process scope.
 

Uses of IReporter in org.eclipse.vtp.framework.engine.http
 

Constructors in org.eclipse.vtp.framework.engine.http with parameters of type IReporter
Deployment(IProcessEngine engine, IProcessDefinition definition, java.util.Dictionary properties, org.osgi.framework.Bundle contributor, IReporter reporter)
          Creates a new HttpDeployment.
HttpConnector(org.osgi.service.log.LogService log, IProcessEngine engine, org.osgi.service.http.HttpService httpService, IReporter reporter)
          Creates a new HttpConnector.
 

Uses of IReporter in org.eclipse.vtp.framework.engine.osgi
 

Classes in org.eclipse.vtp.framework.engine.osgi that implement IReporter
 class Activator
          Activator for the framework, manages an instance of LogTracker, StaticConfigurationAdmin (if configuration data is available), and ProcessEngineManager.
 

Constructors in org.eclipse.vtp.framework.engine.osgi with parameters of type IReporter
HttpConnectorManager(org.osgi.framework.BundleContext context, org.osgi.service.log.LogService log, org.eclipse.core.runtime.IExtensionRegistry extensionRegistry, IProcessEngine processEngine, IReporter reporter)
          Creates a new HttpConnectorManager.
ProcessEngineManager(org.osgi.framework.BundleContext context, org.osgi.service.log.LogService log, IReporter reporter)
          Creates a new ExtensionRegistryTracker.
 

Uses of IReporter in org.eclipse.vtp.framework.engine.runtime
 

Classes in org.eclipse.vtp.framework.engine.runtime that implement IReporter
protected  class Execution.Context
          Implementation of the generic context.
protected  class Process.Context
          Implementation of the generic context.
protected  class Sequence.Context
          Implementation of the generic context.
protected  class Session.Context
          Implementation of the generic context.
 

Uses of IReporter in org.eclipse.vtp.framework.engine.support
 

Classes in org.eclipse.vtp.framework.engine.support that implement IReporter
 class AbstractActionContext
          A support implementation of the IActionContext interface.
 class AbstractContext
          A support implementation of the IContext interface.
 class AbstractExecutionContext
          A support implementation of the IExecutionContext interface.
 class AbstractLogger
          A support implementation of the ILogger interface.
 class AbstractProcessContext
          A support implementation of the IProcessContext interface.
 class AbstractReporter
          A support implementation of the IReporter interface.
 class AbstractSessionContext
          A support implementation of the ISessionContext interface.
 class ActionContextWrapper
          A wrapper for the IActionContext interface.
 class ExecutionContextWrapper
          A wrapper for the IExecutionContext interface.
 class ProcessContextWrapper
          A wrapper for the IProcessContext interface.
 class SessionContextWrapper
          A wrapper for the ISessionContext interface.